home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / util / wb / DBLMenu.lha / ReadMe.first.Eng < prev    next >
Encoding:
Text File  |  1994-02-28  |  848 b   |  34 lines

  1. Dream Blaster's menu maker V1.0
  2.  
  3. USAGE: DBL Menu <script file>
  4.  
  5. The configuration file ( script file ) must be created in the following way:
  6.  
  7. a) - Window title (WINDOW)
  8. b) - Gadget name (ITEM)
  9. c) - Program to be executed (CALL) at button pression !!!
  10.  
  11. EXAMPLE:
  12.  
  13. WINDOW Example
  14. ITEM XCopy Professional
  15. CALL Tools:XCopy
  16. ITEM Cygnus Editor
  17. CALL WordProc:CEd
  18.  
  19. In  this  version you can have a menu with 18 elements maximum , but in the
  20. next one...
  21.  
  22. The  main  window is screen centered and the program automatically works in
  23. multitasking!!!
  24.  
  25. This  program  is  Public  Domain and is very similar to the old JMenu, but
  26. this one doesn't create any problem with Staker, lets you cleanly exit even
  27. without  a choice and finally, last but not least, I've done it with my own
  28. hands!!!
  29.  
  30. Greetings to Pitagora, Lizard, HBT and TRG!!!
  31.  
  32.                         - Dream Blaster -
  33.  
  34.